func crypto/rsa.boringPublicKey
7 uses
crypto/rsa (current package)
notboring.go#L11: func boringPublicKey(*PublicKey) (*boring.PublicKeyRSA, error) {
pkcs1v15.go#L53: bkey, err := boringPublicKey(pub)
pkcs1v15.go#L74: bkey, err = boringPublicKey(pub)
pkcs1v15.go#L326: bkey, err := boringPublicKey(pub)
pss.go#L343: bkey, err := boringPublicKey(pub)
rsa.go#L533: bkey, err := boringPublicKey(pub)
rsa.go#L563: bkey, err = boringPublicKey(pub)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |